﻿#loading-bottom {
    width: 204px;
    height: 34px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #8E8E8E;
}

#loadingPage {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}

#loadingGif {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
